Platform Explorer / Nuxeo Platform 6.0

Extension point LibrarySelector

Documentation

extension point let you choose or add an image processing library.

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.picture.core.libraryselector.LibrarySelectorServiceDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-imaging-core-6.0.jar
    <extension point="LibrarySelector" target="org.nuxeo.ecm.platform.picture.core.libraryselector.LibrarySelectorService">
        <LibrarySelector>
          <ImageUtils class="org.nuxeo.ecm.platform.picture.core.im.IMImageUtils" name="ImageMagick"/>
          <MetadataUtils class="org.nuxeo.ecm.platform.picture.core.mistral.MistralMetadataUtils" name="Mistral"/>
        </LibrarySelector>
      </extension>